looping statement造句
例句与造句
- Loop statement synthesis method in vhdl language
语言中循环语句的综合方法 - Loop statement , the loop always runs at least once
语句中)进行测试,则循环总是会运行至少一次。 - Looping statements in php are used to execute the same block of code a specified number of times
Php循环语句的作用是:对同一个代码块执行指定的次数。 - It is very common to give the list a name instead of typing the list itself in to a loop statement . when creating a list like this , brackets are required
在循环中使用列表最普遍的做法是用一个列表名字代替键入列表本身。像这样创建一个列表,必须要有方括号。 - Very often when you write code , you want the same block of code to run a number of times . you can use looping statements in your code to perform this
在书写代码时,你经常会发现,某个代码快要被多次执行。如果出现了这种情况,你就可以通过循环语句来实现它。 - It's difficult to find looping statement in a sentence. 用looping statement造句挺难的
- S , see below which may contain any number of statements including conditional statements , looping statements , try catch , etc . the order in which the functions are given is not in general significant
,详见下面关于操作的章节,里面可以包括任意数量的声明条件语句循环条件try catch等等。语句在函数中的给定顺序并不很重要。 - The algorithm inserts the dynamic voltage scaling code before the condition statements and after the loop statements , which affect the program execution time . the algorithm makes full use of the slack time for the running program and effectively reduces system power consumption
该算法在编译器的帮助下,在条件语句,循环语句等影响程序实际执行时间的控制语句结构中设置电压调节点,插入电压调节代码,从而最大限度的利用了程序运行时的空闲时间,达到了降低系统功耗的效果。